[]
FilterBase
• new FilterBase()
▸ Abstract
fromJSON(obj
): void
从 updateOptions.filters 获取筛选器值。
名称 | 类型 |
---|---|
obj |
any |
void
示例代码
const profile = dv.plain.profile.dimensions.values[0];
const filter = new BasicFilter(profile);
filter.fromJSON(options.filters[0]);
▸ Abstract
isEmpty(): boolean
返回一个 bool 值,判断筛选器值是否是空。
boolean
▸ Abstract
toJSON(): Object
返回一个筛选器对象。
Object